home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DIAG / AMITIPS.ARJ / TT98.010 < prev    next >
Text File  |  1991-08-26  |  2KB  |  37 lines

  1.  
  2. Tech Tip #98.010
  3. 03/20/91
  4.  
  5.  
  6. Problem:  AMI Enterprise board: When using ramdrive in MSDOS 4.01
  7.           with the /e option, floppy drives cannot be accessed.
  8.  
  9. Reason:   We have observed the following behavior:
  10.           * The floppy access problem happens only if the PS/2 mouse
  11.         support is disabled from the BIOS setup.
  12.           * If the PS/2 mouse support is enabled then there is no 
  13.             problem accessing the A drive.
  14.  
  15.           The EISA Architecture supports a fail safe timer NMI.
  16.          The AMI EISA BIOS handles the Enable/Disable of this
  17.       timer through INT 15 (AH)=C3 function.
  18.       This function is also used in the PS/2 50/60/70/80 to
  19.           Enable/Disable Watch Dog Timer. This funtion call uses 
  20.           the PS/2 mouse data area. On the AMI EISA board this
  21.           area is defined only when the PS/2 mouse support is
  22.           enabled through the AMI EISA BIOS. This explains why
  23.       this problem does not appear as long as the PS/2 mouse
  24.           is enabled through AMI EISA BIOS setup.
  25.  
  26.           When the PS/2 mouse support is disabled through the
  27.        setup, this data area is no longer available to the
  28.           INT15 function, though this funtion is still enabled.
  29.       Ramdrive uses this funtion call and corrupts the floppy
  30.           hardware interupt vector address.
  31.  
  32. Solution: The new release of the AMI EISA BIOS will disable the 
  33.           INT15 function as soon as the PS/2 mouse support is
  34.       disabled through the setup.
  35.           In the mean time the system can still be used by keeping
  36.           the PS/2 mouse support enabled through the setup. 
  37.